iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 4
0

今天的主題要來寫HTML~/images/emoticon/emoticon07.gif
但是為什麼要寫HTML呢?
從昨天https://angular.tw/start 練習中可以看到在Angular的練習~
主要都是在.html裡面
https://ithelp.ithome.com.tw/upload/images/20200904/20119035DyUBRQ7VaP.png

為什麼呢?/images/emoticon/emoticon16.gif
因為Angular本身就是一個做前端的小幫手~/images/emoticon/emoticon12.gif

但是也因為如此~所以學習Angular前需先具備有HTML+CSS+JAVASCRIPT的知識

所以~這裡就先從HTML開始~/images/emoticon/emoticon08.gif


學習HTML其實很多的軟體都可以~如果Angular還沒有裝好~我建議可以先從atom這個免費的軟體開始~
畢竟剛開始不要太複雜~
才不會想要放棄/images/emoticon/emoticon20.gif

這裡就從學程式的第一步HELLO WORLD~開始/images/emoticon/emoticon08.gif

1.安裝軟體-atom-https://atom.io/ (不管你是MAC還是WINDOWS網頁都會直接偵測~完全不用去考慮是要按哪一個?還是會按錯的問題)/images/emoticon/emoticon12.gif

就是按下Download就是了~然後跑完 出現.exe檔再安裝就可以~

https://ithelp.ithome.com.tw/upload/images/20200904/20119035Lsuxxxh3FQ.png

2.然後就像後端程式要先幫它們建一個資料夾(這個剛開始會不太習慣)

https://ithelp.ithome.com.tw/upload/images/20200904/20119035WtydtbYZxO.png
3.然後進入atom編輯的地方~(剛開始會覺得整個怎麼都黑黑的~就是慢慢找~/images/emoticon/emoticon19.gif)
https://ithelp.ithome.com.tw/upload/images/20200904/20119035lmcdFsRcji.png

4.然後進入編輯的地方~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035XAKtbeSvje.png

5.然後保存~
https://ithelp.ithome.com.tw/upload/images/20200904/201190353pmUcUp0xF.jpg

6.命名為index.html(通常主頁會被這樣叫~index.htm就是網頁伺服器預設的開啟網頁.第一個字一定要小寫)
https://ithelp.ithome.com.tw/upload/images/20200904/20119035YUT91Ki0Qb.jpg

7.然後用瀏覽器開就可以看了~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035QWKb0jbSLM.png

是不是連線的超簡單/images/emoticon/emoticon34.gif


後面來蓋一些HTML基礎語法~

但是~在這之前要先把一些基礎的網頁的內容先填入,不然填入會看不到變化

程式碼開始:加入地區語言~中文+地區=繁體+台灣= zh-Hant-TW
header=網站的標題(搜索的到)

HTML5結構標籤:
https://ithelp.ithome.com.tw/upload/images/20200904/20119035EuWoc5DQ8M.png

<html>
<head>
    <title>Tzu's WebSite</title>

    <meta charset="utf-8" />
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
   

</head>

<body>
  
</body>
</html>

開始練習HTML語法:
1.字的大小
h1-最大的字
h2-會比較小.而且會自動換行
h3-更小…可以找到h6
https://ithelp.ithome.com.tw/upload/images/20200904/2011903501xALTiIc4.jpg

打開瀏覽器~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035bAtS7SFEG3.jpg

2.pre-再來就是寫內容…然後有換行(可以長得像你的格式)
hr-水平線
p要在裡面寫br才會分段

https://ithelp.ithome.com.tw/upload/images/20200904/201190356dDDzyrnif.jpg
打開瀏覽器~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035MBOvqQWYIv.jpg

3.mark起來(就是幫他畫線)
https://ithelp.ithome.com.tw/upload/images/20200904/20119035EtJy3nGAn6.png
打開瀏覽器~目前的畫亮就是"畫黃線"
https://ithelp.ithomehttps://ithelp.ithome.com.tw/upload/images/20200904/20119035oXpsOoOqFg.jpg.com.tw/upload/images/20200904/20119035dAZ2tGQuho.jpg

4.某個字比較小~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035a4n3qHWlgx.png

打開瀏覽器~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035QAwjOogkrU.jpg

5.練習劃線
https://ithelp.ithome.com.tw/upload/images/20200904/20119035WROZaDK7Ee.png
打開瀏覽器~
https://ithelp.ithome.com.tw/upload/images/20200904/20119035KiOqTzWZgv.jpg

以上就是HTML~/images/emoticon/emoticon30.gif
DEAR ALL~我們明天見~/images/emoticon/emoticon24.gif


上一篇
Angular結構是什麼呢?
下一篇
想要來寫CSS?
系列文
把前後分離製作的網站組起來30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言